home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / RAND / ALL96.LZH / t0113 / text0035.txt < prev    next >
Encoding:
Text File  |  1996-03-07  |  1.9 KB  |  45 lines

  1. > Actually, if you're satisfied with not having overscan (ie, the same 
  2. > width as 'normal' 320 resolutions) only 256 x-pixels is needed to fill 
  3. > the screenarea, which would result in even higher speed-increase.
  4. > Unfortenly, neither the "pixel-stretching" or "double line" can be done on 
  5. > VGA monitors. However, it is possible to set the screen by 160*200 with VGA
  6. > instead of the 288/256*100 RGB does, which would compensate a bit (or 
  7. > actually, quite a bit).
  8.  
  9. When you shrink the screen size in the way we do now, by simply drawing to 
  10. a smaller area, wouldn't it be possible to switch graphics mode on the fly?
  11.  
  12. What I mean is:
  13. - Use a monochrome mode while the top part of the screen is displayed.
  14. - Change to TC mode by HBL interrupt just before the 'play area' is reached.
  15. - Switch back to monochrome by another HBL interrupt to display the bottom.
  16.  
  17. That should save lots of bandwidth with a small window, and would be
  18. possible to combine with the suggestions above if needed.
  19.  
  20. > Using these screenmodes will, ofcourse make the game look alot uglier 
  21. > (blocky pixels), but also move alot smoother. What do you guys think of 
  22.  
  23. Jaguar DOOM uses something similar to 160x200 IIRC, and it looks very nice.
  24. Running BAD MOOD with a width of 320 will always be pretty slow on an
  25. unaccelerated Falcon, so the window size will have to be decreased somehow.
  26. Whether a small window is better than more blockiness is a matter of
  27. preferences, I think.
  28.  
  29. > having a 'turbo' mode using such resolutions?
  30.  
  31. I think it's a good idea.
  32.  
  33. > I can send .s sources of how to set the screen into these modes if anyone 
  34. > would be interested.
  35.  
  36. Please, do that.
  37.  
  38. -- 
  39.   Chalmers University   | Why are these |  e-mail:   rand@cd.chalmers.se
  40.      of Technology      |  .signatures  |            johan@rand.thn.htu.se
  41.                         | so hard to do |  WWW/ftp:  rand.thn.htu.se
  42.    Gothenburg, Sweden   |     well?     |            (MGIFv5, QLem, BAD MOOD)
  43.  
  44.